video/vesa: drop "vesa-mtrr" command line option
authorJan Beulich <jbeulich@suse.com>
Fri, 18 Feb 2022 13:45:14 +0000 (14:45 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 18 Feb 2022 13:45:14 +0000 (14:45 +0100)
commit6ba701064227c6a4baa64d377e1ad869452f7fb6
tree1346665940f445b847f20f8c37e32372f417abc2
parentf627a39c5e7539502624648aeb69e9ff0de2b8e5
video/vesa: drop "vesa-mtrr" command line option

Now that we use ioremap_wc() for mapping the frame buffer, there's no
need for this option anymore. As noted in the change introducing the
use of ioremap_wc(), mtrr_add() didn't work in certain cases anyway.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
CHANGELOG.md
docs/misc/xen-command-line.pandoc
xen/arch/x86/include/asm/setup.h
xen/arch/x86/setup.c
xen/drivers/video/vesa.c